DataTree.Scope<T> Constructor(T[],Int32)
In This Topic
Creates new
DataTree.Scope<T> instance.
Syntax
'Declaration
Public Function New( _
ByVal () As , _
Optional ByVal As Integer _
)
public DataTree.Scope<T>(
[] ,
int
)
Parameters
- values
- id
See Also